• File: webpack.config.js
  • Full Path: ../javascript/canvas_gauges/test/cjs/webpack.config.js
  • Date Modified: 30.04.25 07:56:04
  • File size: 141 bytes
  • MIME-type: text/plain
  • Charset: utf-8
module.exports = {
    entry: './test/cjs/index.js',
    output: {
        path: './test/cjs',
        filename: 'bundle.js'
    }
};